php forum
php mysql forum
php mysql smarty
 
Page 5 of 5 < 1 2 3 4 5
Topic Options
#146935 - 12/29/01 05:11 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Splash, most likely problem is ubb_topic_maint.cgi is hacked incorrectly.

qasic
_________________________

Top
#146936 - 01/06/02 09:02 PM Re: [6.1x] Moderator Activity Logging
kamli Offline
Member

Registered: 11/23/01
Posts: 35
Loc: india
i just installed
Moderator Activity Logging v1.0b2

when i open my control panel i get a message current hack installed Moderator Activity Logging v1.0b2
and everything is installed properly and i'm getting no errors as well but when i click on View/Edit Moderator Logs from my control panel i get a blank page ......
i put the modlog folder in my root UBB directory(non cgi) and Chmod 666

can someone pls help .....

thanks

Top
#146937 - 01/06/02 10:46 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
kamli,

For some reason, it's not reading the cookies properly <img src="frown.gif" border="0" alt="" /> Have you tried logging into your control panel and then going to modlog.cgi after. Note that you _have to_ log into your control panel before you reach modlog.cgi.

qasic
_________________________

Top
#146938 - 01/07/02 01:07 AM Re: [6.1x] Moderator Activity Logging
kamli Offline
Member

Registered: 11/23/01
Posts: 35
Loc: india
Qasic i tried doing what you said a number of times but what i get is juat a blank page ....

everything is fine ....
well thats what i think as the moderator log option shows up in the cp.cgi but .....

could i do something else .....
i am posting the code for cp_entry.pl

# CP Entry Page

&CheckAccel;

&TBT;

&HeaderRow(qq%Ultimate Bulletin Board$trademark $version Control Panel%, "2", "#5d7790", "#FFFFFF", "left", "2");

my ($m, $d, $y, $w) = &jdate($release_j);
my ($n, $e, $z, $x) = &jdate($vars_config{Cookie_Number});
my $releasedate = &DateFormat("$m-$d-$y");
my $configudate = &DateFormat("$n-$e-$z");
my $daysdiff = int($GotTime{LastLoginJulian} - $vars_config{Cookie_Number});

my $old_pageview_string = qq!Page views this month ($GotTime{mon}/$GotTime{JSYear}): <b>$monthly_hits</b>
!;
my $pageview_string = "!!";
my $total_hits;
if($monthly_hits > 0) { # old hit counter format
if(($cache_hits > 0) && ($dynamic_hits > 0)) {
$total_hits = $cache_hits + $dynamic_hits;
my $perc_dynamic = sprintf("%2.3f", $dynamic_hits / $total_hits);
my $perc_cache = 100 * sprintf("%.4f", $cache_hits / $total_hits);
$pageview_string = <<THEEND;
Page views this month ($GotTime{mon}/$GotTime{JSYear}): <b>$total_hits</b>, $cache_hits (<b>$perc_cache</b>%) from the UBB Accelerator

(<small>Note: It looks like you upgraded this month. Prior to the upgrade, you had received <b>$monthly_hits</b> page views.</small&gt wink ;

&TBT; #Table Border Top in cp_common.pl

&HeaderRow(qq%Current Status of: $vars_config{BBName}%, "2", "#5d7790", "#FFFFFF", "left", "2");

&HeaderRow(qq%You have <b>$member_count</b> registered members.

You have <b>$forum_total</b> forums.

$pageview_string
Your message board is <b>$bb_status</b>. $toggle_link
%, "2", "#FFFFFF", "#000000", "left", "2"
, "1");

&TBB; #Table Border Bottom in cp_common.pl

Top
#146939 - 01/07/02 02:47 AM Re: [6.1x] Moderator Activity Logging
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
I have found out that I desperately need this hack so that I can keep track of my moderators.
I went through the different steps--and when I go to see if works, I get this message:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@hosting4less.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">

I'm also not sure if I am seeing the page correctly set up ...

It looks like this:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Moderator Logs REFRESH - CLEAR ALL LOGS - Max </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">

And then there are the CP pulldown menus and then this

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> ModLog for Ultimate Bulletin Board&#8482; ©2001 Qasic of Qasic Productions, Inc.
Ported from ModLog for vBulletin&#8482; ©2001 ~shabang~ of Overgrow </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">


I'm using UBB 6.1.0.3 ... I had to chmod the modlog file to 777 because the 666 brought up an error from the ubb_lib_files.cgi

Do I need to rebuild stats or something?

Anyone? LOL

Thanks.
_________________________
Sue
adwoff.com

Top
#146940 - 01/07/02 02:49 AM Re: [6.1x] Moderator Activity Logging
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Oh, I should also mention that when I do this:

Hit Members -> View/Edit Moderator Logs


I don't get any prompts.
_________________________
Sue
adwoff.com

Top
#146941 - 01/07/02 11:10 AM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Man, I'm getting lots of reports of that problem. I'm going to implement some debugging code into modlog.cgi to see if it's going to help solve the problem. Meanwhile, ADWOff, e-mail me your FTP and UBB login/password/URL so I can attempt to track down the bug. Thanks!

qasic
_________________________

Top
#146942 - 01/07/02 11:14 AM Re: [6.1x] Moderator Activity Logging
pablo Offline
Member

Registered: 02/10/01
Posts: 109
Loc: Ireland
nice hack btw. kepp up the good work

<font color="#000000" size="1">[ 01-07-2002 11:15 AM: Message edited by: pablo ]</font>

Top
#146943 - 01/07/02 11:10 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
I've developed a ModLog that now has tons of error checking. ADWOFF now has a copy of it in her e-mail box so I'll let her test it out before it's released to Qasic.NET.

Thanks to all for being patient.

qasic
_________________________

Top
#146944 - 01/08/02 12:01 AM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
The new version is avaiable on Qasic.NET. To upgrade from pb2 to pb3, just re-upload ubb_mod_log.cgi and modlog.cgi file to the UBB CGI directory.

However, make sure that the first line inside modlog.cgi refers to the correct path for Perl on your server.

LMK if any of you have any problems.

qasic

<font color="#000000" size="1">[ 01-08-2002 12:05 AM: Message edited by: qasic ]</font>
_________________________

Top
#146945 - 01/08/02 03:54 AM Re: [6.1x] Moderator Activity Logging
kamli Offline
Member

Registered: 11/23/01
Posts: 35
Loc: india
good job Qasic everything is working perfectly fine now .i just upped the files u said and set the permissions and its up and running....

thanks a lot for the help ......

cheers

Top
#146946 - 01/09/02 12:10 PM Re: [6.1x] Moderator Activity Logging
Rainner Offline
Member

Registered: 10/19/01
Posts: 195
Loc: Minneapolis
Great hack qasic!!!. Went in easy and works great 6.1.0.3

Rainner
<img src="wink.gif" border="0" alt="" />

Top
#146947 - 04/12/02 12:36 AM Re: [6.1x] Moderator Activity Logging
pamela Offline
Junior Member

Registered: 03/31/02
Posts: 10
Hi, I'm having some problems with this hack.

My modlog.cgi page looks the way that ADWOFF described hers, and when I try to close a thread (I haven't tried moving or deleting), I get a screen that just says
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">FYI
modlog_2

» Please use your browser's back button to return.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">I don't get any other sort of error message, and the error logs on my server don't show anything, so I have no idea what the problem may be.

I'm running UBB version 6.2.1 and I downloaded and installed version 1.0b3 of Mod Log. I've set /noncgi/modlog to 777.

Hope you can help. Thanks.

Top
#146948 - 04/13/02 02:08 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
This looks to be a culprit of incorrect hacking. Are you sure you hacked the files correctly? Thanks.

qasic
_________________________

Top
#146949 - 06/01/02 10:28 AM Re: [6.1x] Moderator Activity Logging
pamela Offline
Junior Member

Registered: 03/31/02
Posts: 10
qasic-

Sorry it's taken me so long to respond, but I didn't get around to re-checking the mod until now. I double-checked the hacks and they were all done correctly. But for some reason I had the permissions of the modlog directory set to 755. Changed them to 777 and everything's working now.

Thanks!

Top
#146950 - 09/09/02 06:47 PM Re: [6.1x] Moderator Activity Logging
Serafemme Offline
Junior Member

Registered: 08/15/01
Posts: 1
help

i installed this hack (and i'm pretty sure it was correctly).. but i kept getting this message:

Quote:
quote:

Unable to Verify Administrator Status
=====================================
username (serafemme) => NOT Match
password (*********) => Match
status match (Administrator) => Match
verify administrator status? => Verified
so uhm.. what am i/it doing wrong? confused

Top
#146951 - 05/21/04 04:28 AM Re: [6.1x] Moderator Activity Logging
ZeNissart Offline
Member

Registered: 04/04/01
Posts: 99
Loc: Nice, France
Is there's a way to make this hack working on 6.5 ?

Top
Page 5 of 5 < 1 2 3 4 5



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks